home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000286_news@columbia.edu_Sat Jul 8 16:08:23 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12346
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 8 Jul 1995 12:08:31 -0400
  3. Received: by apakabar.cc.columbia.edu id AA26454
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 8 Jul 1995 12:08:29 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Late lockup in terminal emulation
  9. Date: 8 Jul 1995 16:08:23 GMT
  10. Organization: Columbia University
  11. Lines: 44
  12. Message-Id: <3tmahn$pon@apakabar.cc.columbia.edu>
  13. References: <3t1rqq$1lj@tera.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Keywords: Compaq Aero 4/25, Megahertz XJ2288, Kermit 3.14, MS-DOS 6.2
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3t1rqq$1lj@tera.com>, Burton Smith <burton@Tera.COM> wrote:
  19. : In moving Kermit to my new traveling machine and modem (see keywords
  20. : above) I ran into a problem that didn't improve when I upgraded to
  21. : Kermit 3.14.  Screen output hangs up pretty unpredictably -- sometimes
  22. : just after the CONNECT message from the modem but occasionally after I
  23. : have supplied my user name and we are partway into the "Password:"
  24. : prompt.
  25. :
  26.   What little text I see is perfect.  Changing terminal emulation
  27. : to VT102, ANSI, etc. doesn't help; neither does slower DTE speeds.
  28. : There are probably a few flow control options I haven't yet tried :).
  29. :
  30. That this would happen so early in a session probably means it is not
  31. a flow control problem, but you still might want to try telling Kermit
  32. to "set flow none" just to rule out flow-control deadlocks.
  33.  
  34. Or, conversely, you might want to try using (if this is not what you are
  35. already doing) the TELEPCMC.SCR dialing script to set up Kermit *and*
  36. your modem optimally for flow control and all other pertinent parameters.
  37. This script should work for the Megahertz / Telepath Xjack PCMCIA modems.
  38.  
  39. : The modem does not complain.  Procomm (the old one) works fine, and
  40. : so does Bitcom.  The configuration looks OK except MSD shows 5 data bits
  41. : for COMM2.  IRQ, etc are vanilla.  The PCMCIA tools give expected answers.
  42. If using the aforementioned dialing script doesn't clear matters up for
  43. you, then all of this taken together would tend to point towards your
  44. system configuration; either an IRQ conflict (despite your sleuthing) or
  45. a memory management problem:
  46.  
  47.  . If you have told Kermit to "set terminal expanded-memory on" to make
  48.    it use expanded memory for rollback buffers, and there are any problems
  49.    with your memory layout, there is no end of bad things that can happen
  50.    as a consequence.  Try telling Kermit to "set term expanded off" and
  51.    see if the problem goes away.
  52.  
  53.  . If you have an IRQ conflict, it would affect Kermit, but not other
  54.    communications software that operates via polling rather than being
  55.    interrupt-driven.
  56.    
  57. If these suggestions don't help, send email direct to kermit@columbia.edu
  58. with additional details.
  59.  
  60. - Frank